home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / Snippets / Files / ParseFullPathname / ReadMe < prev   
Encoding:
Text File  |  1995-02-07  |  382 b   |  4 lines  |  [TEXT/ttxt]

  1. Parsefullpathname takes a full pathname (which can be longer than 255 chars), and walks down it converting it to dirID's along the way. This is exactly the opposite of the procedure described in TN #68 (more or less). DTS does not condone the use of full pathnames, but if you REALLY need to use them, this is the way to do it.
  2.   This has been tested, though not extensively.
  3.  
  4. -Neil